home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / The NetWork Project / Examples (Sources) / SampleTool.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.5 KB  |  48 lines  |  [TEXT/MPS ]

  1. #   File:       SampleTool.make
  2. #   Target:     SampleTool
  3. #   Sources:    SampleTool.c SampleTool.r
  4. #   Created:    Saturday, January 19, 1991 14:58:03
  5. # Start of NetWork Setup
  6. #
  7. # This is a set of definitions used in all make files of the NetWork project.
  8. # It uses the the recommended file and folder names. If you have chosen an 
  9. # installation other than the recommended one, you need to adapt this header 
  10. # in all NetWork make files.
  11. #
  12. # We follow Apple's convention to use quotes on usage, not on definition.
  13. #
  14. NetWork_Tools             = {SystemFolder}NetWork Tools:
  15. NetWork_Idle_Tools         = {SystemFolder}NetWork Idle Tools:
  16. NetWork_Startup_Tools     = {SystemFolder}NetWork Startup Tools:
  17. NetWork_Logs             = {SystemFolder}NetWork Logs:
  18. NetWork_Examples         = {Boot}Projects:NetWork:NetWork Examples:
  19. #
  20. NetWork_Libraries         = {Libraries}
  21. NetWork_PInterfaces     = {PInterfaces}
  22. NetWork_CIncludes         = {CIncludes}
  23. #
  24. # End of NetWork Setup
  25.  
  26.  
  27. SampleTool ƒƒ SampleTool.r
  28.     Rez SampleTool.r -append -o SampleTool
  29.  
  30. SampleTool ƒƒ SampleTool.c.o
  31.     Link -d -c 'NetE' -t 'MPST' ∂
  32.         SampleTool.c.o ∂
  33.         "{NetWork_Libraries}"NetWorkLib.o        ∂
  34.         "{CLibraries}"StdClib.o    ∂
  35. #gs        "{MPW}"SIOW:SIOW.o    ∂
  36.         "{Libraries}"SIOW.o    ∂
  37.         "{Libraries}"Runtime.o    ∂
  38.         "{Libraries}"Interface.o    ∂
  39.         "{PLibraries}"PasLib.o    ∂
  40.         -o SampleTool
  41.  
  42. #
  43. # Note: SampleTool is 32bit clean, therefore we override the SIOW SIZE resource
  44. #
  45. SampleTool ƒƒ "{Rincludes}"SIOW.r SampleTool.r
  46.     Rez -a "{Rincludes}"SIOW.r -o SampleTool
  47.     Rez -a SampleTool.r -o SampleTool
  48.